home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
blankery
/
bserverdir
/
sources
/
server
/
makefile
< prev
next >
Wrap
Makefile
|
1994-12-02
|
738b
|
35 lines
OUT = //BServer
OPT = DATA=FAR NMINC STRMERGE NOSTKCHK NOSTDIO STRUCTUREEQUIVALENCE DEBUG=LINE
LIBS = LIB:sc.lib LIB:amiga.lib
BLO = SC SD NOICONS STRIPDEBUG
OBJFILES = askfiles.o bserver.o builtin_blanker.o gadgets.o window.o commodity.o modeid.o startclients.o
BServer: $(OBJFILES)
Slink from LIB:c.o $(OBJFILES) to $(OUT) $(BLO) LIB $(LIBS)
askfiles.o: askfiles.c
sc $(OPT) askfiles.c
bserver.o: bserver.c
sc $(OPT) bserver.c
builtin_blanker.o: builtin_blanker.c
sc $(OPT) builtin_blanker.c
gadgets.o: gadgets.c
sc $(OPT) gadgets.c
window.o: window.c
sc $(OPT) window.c
commodity.o: commodity.c
sc $(OPT) commodity.c
modeid.o: modeid.c
sc $(OPT) modeid.c
startclients.o: startclients.c
sc $(OPT) startclients.c